// D_Julia B
// The Julia set X = X^2 + C where C is a given (complex) constant
// Here   C = -0.194 - 0.6557i
// Author: Mats Nordstrom   Mats.Nordstrom(at)dis.uu.se

Aspc=1,


srcX="x*x - y*y - 0.194 ",
srcY="2*x*y - 0.6557",


Vers=100